Cloud Foundry Foundation Bosh Director

3 CVEs affecting Cloud Foundry Foundation Bosh Director. Latest disclosed: 2026-06-04. Critical: 0, High: 1.

Top CVEs affecting Cloud Foundry Foundation Bosh Director
CVESeverityScorePublishedSummary
CVE-2026-41010High8.22026-06-04ReleaseJob#unpack builds job_dir = File.join(@release_dir, 'jobs', name) and job_tgz = File.join(@release_dir, 'jobs', "#{name}.tgz") where name returns @job_m…
CVE-2026-41009Medium5.82026-05-27When the director sends a long-running request (e.g. compile_package), the agent's reply JSON is consumed by AgentClient. inject_compile_log (line 332-339) rea…
CVE-2026-41704Medium5.02026-05-27AgentClient#handle_method (lines 264-303) processes every NATS reply. It calls inject_compile_log (line 273) on every response, which reads response['value']['…